home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VSCFORM.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
887b
|
34 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*------------------------------------------------------------------------
;* Set mouse form.
;*------------------------------------------------------------------------
globl _vsc_form
_vsc_form:
; .cargs #8,handle.w,pform.l
handle = 8
pform = 10
link a6,#0
; VContrl #111,,,#37
move.w handle(a6),-(sp) ; contrl[6]
clr.l -(sp) ; contrl[5,4]
move.w #37,-(sp) ; contrl[3]
subq.l #2,sp ; contrl[2]
clr.w -(sp) ; contrl[1]
move.w #111,-(sp) ; contrl[0]
lea -12(sp),sp ;* -> ptsout, intout, ptsin
move.l pform(a6),-(sp) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end